home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / desktop / thin054e.lzh / ST-GUIDE / STG-LITE.TXT < prev   
Text File  |  1995-03-15  |  8KB  |  186 lines

  1. ---------------------------------------------------------------------------
  2. README for ST-Guide Lite
  3. ===========================================================================
  4. Programmed by Holger Weets (c) 1994. For more details refer to the 
  5. ST-Guide HYPertext after installing ST-Guide.
  6.  
  7. Distribution
  8. ------------
  9. ST-Guide Lite is a cut down version of the full ST-Guide hypertext system 
  10. and is ONLY for distribution with other applications which use ST-Guide 
  11. format documentation.
  12.  
  13. The files included in this archive or on the disk comprise the official 
  14. English version of ST-Guide Lite and may NOT under any circumstances be 
  15. distributed via BBSs, Mailboxes and PD libraries or included on Magazine 
  16. Cover disks, Magazine subscriber disks or CD-ROM collections without the 
  17. prior written permission of both Holger Weets and Joe Connor.
  18.  
  19. UK Support and registration
  20. ---------------------------
  21. ST-Guide is Fairware and supported in the UK by Joe Connor.
  22.  
  23. Benefits for registered users:
  24. - Access to the free update service
  25. - Labelled Master disk
  26. - ST-Guide illustrated on-line catalogue of supported software
  27. - ST-Guide on-line help
  28. - Selection of other software (dependent on disk space)
  29.  
  30. The Shareware/registration fees are set to cover the currency handling, 
  31. stationary, media and postage costs incurred in mailing out master disks. 
  32.  
  33. How to register inside the UK
  34. -----------------------------
  35. 2)  Make a cheque payable to at least £6 to Joe Connor.
  36. 3)  Be sure to include your name and address in a legible format!
  37. 4)  Send cheque to: 65 Mill Road, Colchester, CO4 5LJ, England
  38.  
  39. Joe Connor can be contacted by Email at: jconnor@cix.compulink.co.uk
  40.  
  41. ---------------------------------------------------------------------------
  42. Brief Installation guide (refer to the ST-Guide HYPertext for more info)
  43. ===========================================================================
  44. To minimise the risk of other software affecting the installation of 
  45. ST-Guide perform the installation after a reboot on a 'clean' minimum 
  46. system!
  47.  
  48. Extracting the archives (Skip if your version is already extracted)
  49. -------------------------------------------------------------------
  50. Extract the contents of the archives OR copy the contents of the 
  51. master disk onto the root directory of your boot partition/disk.
  52.  
  53. Either method should preserve the directory structure and ensures ST-GUIDE 
  54. can locate its files. Double check to ensure ST-GUIDE.ACC and ST-GUIDE.INF 
  55. reside in the root directory of the boot partition or disk.
  56.  
  57. Configuring ST-Guide Lite (Only neccessary if not pre-configured)
  58. -----------------------------------------------------------------
  59. Using a text editor (eg Everest) you can edit the example ST-GUIDE.INF 
  60. below and save it as ST-GUIDE.INF. Carefully read through the options. 
  61. Each option is described in detail followed by the option line itself. 
  62. Lines preceded with a '#' character are NOT currently active.
  63.  
  64. ST-GUIDE should not be renamed as some applications which offer on-line 
  65. help may not be able to find it.
  66.  
  67. Example ST-GUIDE.INF file:
  68. ------------------------------ cut here ---------------------------------
  69. #========================================================================
  70. #   **** Please edit this ST-Guide INF file to your requirements ****
  71. #========================================================================
  72. #
  73. # This file is configured with hard drive users in mind but floppy based
  74. # users can easily set up a RAM disk as drive C: and run ST-Guide from
  75. # there.
  76. #
  77. # To edit this file load it into any ASCII text editor (for example 
  78. # Everest, Tempus etc) and edit the paths as desired.
  79. #
  80. # By default ST-Guide looks for a 'GUIDES' folder on 'C', which contains
  81. # all your 'HYP and 'REF' files, and a 'STGUIDE' folder also on 'C' which 
  82. # contains the utilities.
  83. #
  84. # Lines beginning with the '#' symbol (like this line) are comments and 
  85. # are ignored by ST-Guide.
  86. #
  87. # Default search path, where ST-Guide looks for 'HYP' hypertexts:
  88. PATHS=C:\GUIDES;C:\ST-GUIDE
  89. #
  90. # Default directory ST-Guide opens when calling the File Selector.
  91. # HCP also compiles to this path:
  92. HYPFOLD=C:\GUIDES\
  93. #
  94. # An external viewer, which must be memory resident can be used to 
  95. # display unknown file types:
  96. #EXTVIEW=1STVIEW.ACC 
  97. #
  98. # A list of file extenders and paths to external viewers may follow:
  99. #IMG=C:\1STVIEW.ACC
  100. #
  101. # The hypertext file to be loaded via the ST-Guide 'Catalog' option or 
  102. # when ST-Guide is started without parameters:
  103. HYPTOP=C:\GUIDES\CATALOG.HYP
  104. #
  105. # The file used to find references:
  106. REF=C:\GUIDES\ALL.REF
  107. #
  108. # ST-Guide can use GDOS screen fonts if loaded, the code determines the
  109. # font used. Refer to main documentation for syntax details:
  110. #FONT=98,9
  111. #
  112. # The following two variables are only relevant in colour resolutions and 
  113. # are ignored in monochrome resolutions.
  114. # TXTCOLOR displays text in the specified colour.
  115. # REFCOLOR displays references in the specified colour using the 
  116. # normal typestyle (NOT bold and underlined).
  117. # Default colours (Note! Your system may change these values!):
  118. #  0=White        1=Black        2=Red           3=Green
  119. #  4=Blue         5=Cyan         6=Yellow        7=Magenta
  120. #  8=Grey         9=Dark grey   10=Dark red     11=Dark green
  121. # 12=Dark blue   13=Dark cyan   14=Dark yellow  15=Dark magenta
  122. TXTCOLOR=2
  123. REFCOLOR=3
  124. #
  125. # HCP is used to compile STG files into HYP files. STool uses this entry 
  126. # to 'compile':
  127. HCP=C:\ST-GUIDE\HCP\HCP.TTP
  128. #
  129. # The number of spaces a tab will be expanded to is set here:
  130. #TABSIZE=4
  131. #
  132. # This variable is provided to install ARROWPATCH. This patch corrects a 
  133. # bug in the AES which prevents the scroll bars in windowed accessories
  134. # from working correctly with certain TOS versions.
  135. # If you exerience this behaviour activate this patch ON (by removing
  136. # the preceding #).
  137. # This patch is not needed if you are running WINX, MagiC, MTOS or 
  138. # already running ARROWPATCH.
  139. #ARROWPATCH=1
  140. #
  141. # The first two values set the top left corner of the window. The
  142. # next two values set the bottom right corner for the ST-Guide window:
  143. WINSIZE=40,40,560,320
  144. #
  145. # This file will be loaded automatically if ST-Guide is started without 
  146. # parameters:
  147. DEFHYP=st-guide.hyp
  148. #
  149. # These options are used automatically when HCP is called:
  150. HCP_OPT=+zz-s
  151. #
  152. # These options pass parameters from ST-Guide to HypTree:
  153. #HYPTREE_OPT=
  154. #
  155. # Special HypTree options
  156. #
  157. # Here the default size of the HypTree window can be displayed.
  158. # If these variables are not defined, the size and position of the last
  159. # window will be used, if available.
  160. HT_WINSIZE=40,40,560,320
  161. #
  162. # Using this switch you can decide whether all pages are included in the 
  163. # HypTree structure (0 = No, 1 = Yes)
  164. HT_OPENALL=1
  165. #
  166. # This variable sets the position of the triangle in the window
  167. # 0 = With the text, 1 = On the left hand margin of the window.
  168. HT_MACLIKE=0
  169. #
  170. # The following command line is sent to HypTree from ST-Guide (via
  171. # VA_START) after a double click of the user on the menu bar name of any
  172. # hypertext page. The following strings are replaced with the actual 
  173. # values when called:
  174. # %p  Pathname of the hypertext file
  175. # %n  Name of the hypertext file (without path)
  176. # %s  The internen name of the hypertext page
  177. HT_CALLSTG=-s1 %p %s
  178. #
  179. # The following command line is to ST-Guide from HypTree so that the 
  180. # actual hypertext is closed:
  181. HT_STOPSTG=-s0
  182. #
  183. # That's it!
  184. ------------------------------ cut here ---------------------------------
  185. 15th March 1994
  186.